From 4ac108f3f4d96a7f6a2992b5b347886d7f63d6a3 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 2 Sep 2006 21:15:00 +0000 Subject: [PATCH] Remove debug junk. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2345 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magproto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index cee523c5b..ce71e3ba1 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -530,7 +530,6 @@ static int terminit(const char *portname, int create_ok) { if (gbser_is_serial(portname)) { -fprintf(stderr, "ser is Is serial\n"); if (serial_handle = gbser_init(portname), NULL != serial_handle) { int rc; if (rc = gbser_set_port(serial_handle, bitrate, 8, 0, 1), gbser_OK != rc) { -- 2.30.2